home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib1
/
v_01_03
/
1n03069b
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
117 b
|
12 lines
union REGS reg;
reg.h.ah = 2;
reg.h.bh = 0;
reg.h.dh = 4;
reg.h.dl = 9;
int86(0x10,®,®);